UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 389 B
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { AdminRevokeApiKeyType } from "../../validators"; import { HttpTypes } from "@medusajs/framework/types"; export declare const POST: (req: AuthenticatedMedusaRequest<AdminRevokeApiKeyType>, res: MedusaResponse<HttpTypes.AdminApiKeyResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map